From: Eli Zaretskii Date: Mon, 1 Jul 2024 17:30:23 +0000 (+0300) Subject: ; * etc/NEWS: Fix typo. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~794 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=459e635099bad257fc6739ddfccc437cac11bc96;p=emacs.git ; * etc/NEWS: Fix typo. --- diff --git a/etc/NEWS b/etc/NEWS index 6428ef651aa..b99228f5a7a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -434,7 +434,7 @@ the signature) the automatically inferred function type as well. --- *** 'describe-function' now shows the type of the function object. -The text used to say things like "car is is a built-in function" whereas +The text used to say things like "car is a built-in function" whereas it now says "car is a primitive-function" where "primitive-function" is the symbol returned by 'cl-type-of'. You can click on those words to get information about that type.